STACKS


No of elements in Stack -

Operation -

Index position of Top -

Steps

Instructions


How to start

  1. You would see stack empty
  2. Top value is -1 means currently it is pointing to none
  3. Give a value to the input box of push and click push
  4. You can keep on adding elements in the stacks using push button
  5. To remove an element use pop button